crypto/tls.Conn.write (method)
2 uses
crypto/tls (current package)
conn.go#L913: func (c *Conn) write(data []byte) (int, error) {
conn.go#L987: if _, err := c.write(outBuf); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)